home *** CD-ROM | disk | FTP | other *** search
- // xref.h : main header file for the XREF DLL
- //
-
- #if !defined(AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_)
- #define AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CXrefApp
- // See xref.cpp for the implementation of this class
- //
-
- class CXrefApp : public CWinApp
- {
- public:
- CXrefApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CXrefApp)
- //}}AFX_VIRTUAL
-
- // Interface to Mint from Myriad:
- BOOL Init(void);
- BOOL GetXref(LPCSTR LocalFile, LPCSTR xref, char *Answer, int Answersize);
- void DeInit(void);
-
- BOOL LoadSearchPaths(LPCSTR filename);
-
- private:
- CStringList m_SearchPaths;
-
- //{{AFX_MSG(CXrefApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_)
-